
Command Line: diskspd.exe -c10G -t2 -d60 -o8 -b8k -r -Suw -L -w20 test.dat

Input parameters:

	timespan:   1
	-------------
	duration: 60s
	warm up time: 5s
	cool down time: 0s
	measuring latency
	random seed: 0
	path: 'test.dat'
		think time: 0ms
		burst size: 0
		software cache disabled
		hardware write cache disabled, writethrough on
		performing mix test (read/write ratio: 80/20)
		block size: 8192
		using random I/O (alignment: 8192)
		number of outstanding I/O operations: 8
		thread stride size: 0
		threads per file: 2
		using I/O Completion Ports
		IO priority: normal



Results for timespan 1:
*******************************************************************************

actual test time:	60.01s
thread count:		2
proc count:		2

CPU |  Usage |  User  |  Kernel |  Idle
-------------------------------------------
   0|   2.92%|   0.31%|    2.60%|  97.10%
   1|   1.48%|   0.18%|    1.30%|  98.53%
-------------------------------------------
avg.|   2.20%|   0.25%|    1.95%|  97.81%

Total IO
thread |       bytes     |     I/Os     |     MB/s   |  I/O per s |  AvgLat  | LatStdDev |  file
-----------------------------------------------------------------------------------------------------
     0 |       180322304 |        22012 |       2.87 |     366.82 |   21.828 |    53.945 | test.dat (10240MB)
     1 |       177987584 |        21727 |       2.83 |     362.07 |   22.094 |    54.636 | test.dat (10240MB)
-----------------------------------------------------------------------------------------------------
total:         358309888 |        43739 |       5.69 |     728.89 |   21.960 |    54.289

Read IO
thread |       bytes     |     I/Os     |     MB/s   |  I/O per s |  AvgLat  | LatStdDev |  file
-----------------------------------------------------------------------------------------------------
     0 |       144162816 |        17598 |       2.29 |     293.26 |   21.622 |    48.156 | test.dat (10240MB)
     1 |       141877248 |        17319 |       2.25 |     288.61 |   22.017 |    49.292 | test.dat (10240MB)
-----------------------------------------------------------------------------------------------------
total:         286040064 |        34917 |       4.55 |     581.87 |   21.818 |    48.723

Write IO
thread |       bytes     |     I/Os     |     MB/s   |  I/O per s |  AvgLat  | LatStdDev |  file
-----------------------------------------------------------------------------------------------------
     0 |        36159488 |         4414 |       0.57 |      73.56 |   22.650 |    72.564 | test.dat (10240MB)
     1 |        36110336 |         4408 |       0.57 |      73.46 |   22.396 |    71.882 | test.dat (10240MB)
-----------------------------------------------------------------------------------------------------
total:          72269824 |         8822 |       1.15 |     147.01 |   22.523 |    72.224


  %-ile |  Read (ms) | Write (ms) | Total (ms)
----------------------------------------------
    min |      0.044 |      0.047 |      0.044
   25th |      0.147 |      0.163 |      0.151
   50th |      7.466 |      0.599 |      4.480
   75th |     19.033 |      3.316 |     16.843
   90th |     45.815 |     46.794 |     45.880
   95th |    123.471 |    169.856 |    134.779
   99th |    251.641 |    375.914 |    273.463
3-nines |    435.543 |    684.178 |    491.104
4-nines |    700.081 |    766.634 |    758.691
5-nines |    829.512 |    766.634 |    829.512
6-nines |    829.512 |    766.634 |    829.512
7-nines |    829.512 |    766.634 |    829.512
8-nines |    829.512 |    766.634 |    829.512
9-nines |    829.512 |    766.634 |    829.512
    max |    829.512 |    766.634 |    829.512
